[MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved to
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 22 Nov 2006 10:11:36 +0000 (10:11 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 22 Nov 2006 10:11:36 +0000 (10:11 +0000)
commit531616bf98610766d45f9747f737db0c26c8207a
treeb134d36e69e9baeb619015370a08c77e46e1efa4
parent47186797ce247ec18bcf8c95a7384972cd4aa0f3
[MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved to
arch/x86/mm.c and arch/x86/sched.c. Header files were also refactored:
arch specific code got moved to include/x86/arch_mm.h and
include/x86/sched_mm.h.

Signed-off-by: Dietmar Hahn <dietmar.hahn@fujitsu-siemens.com>
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
extras/mini-os/Makefile
extras/mini-os/arch/x86/mm.c [new file with mode: 0644]
extras/mini-os/arch/x86/sched.c [new file with mode: 0644]
extras/mini-os/include/mm.h
extras/mini-os/include/sched.h
extras/mini-os/include/x86/arch_mm.h [new file with mode: 0644]
extras/mini-os/include/x86/arch_sched.h [new file with mode: 0644]
extras/mini-os/mm.c
extras/mini-os/sched.c